home *** CD-ROM | disk | FTP | other *** search
/ LearnKey: Excel 2000 / LearnKey - Excel 2000.iso / setup.exe / 0 / RCDATA / TVERSIONINFOFORM / TVERSIONINFOFORM.txt
Text File  |  1999-05-18  |  808b  |  33 lines

  1. object VersionInfoForm: TVersionInfoForm
  2.   Left = 498
  3.   Top = 363
  4.   BorderStyle = bsDialog
  5.   Caption = 'Version Info'
  6.   ClientHeight = 209
  7.   ClientWidth = 374
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object btnClose: TButton
  17.     Left = 147
  18.     Top = 180
  19.     Width = 80
  20.     Height = 25
  21.     Cancel = True
  22.     Caption = '&Close'
  23.     Default = True
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.   end
  27.   object VersionInfoResource: TVersionInfoResource
  28.     ShowResource = [pdCompanyName, pdFileDescription, pdFileVersion, pdInternalName, pdLegalCopyright, pdOriginalFilename, pdProductName, pdProductVersion, pdComments, pdBuildFlags]
  29.     Left = 320
  30.     Top = 164
  31.   end
  32. end
  33.